object frRestrictionsForm: TfrRestrictionsForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Object'#39's restrictions' ClientHeight = 224 ClientWidth = 237 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 0 Width = 229 Height = 189 TabOrder = 0 object CB1: TCheckBox Left = 12 Top = 16 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't edit memo' TabOrder = 0 end object CB2: TCheckBox Left = 12 Top = 40 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't edit script' TabOrder = 1 end object Cb3: TCheckBox Left = 12 Top = 64 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't edit contents' TabOrder = 2 end object CB4: TCheckBox Left = 12 Top = 88 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't modify' TabOrder = 3 end object CB5: TCheckBox Left = 12 Top = 112 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't size' TabOrder = 4 end object CB6: TCheckBox Left = 12 Top = 136 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't move' TabOrder = 5 end object CB7: TCheckBox Left = 12 Top = 160 Width = 205 Height = 17 HelpContext = 169 Caption = 'Don'#39't delete' Color = clBtnFace ParentColor = False TabOrder = 6 end end object Button1: TButton Left = 77 Top = 196 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 158 Top = 196 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end